Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=Float), | public | :: | easting |
X coordinate, longitude |
|||
real(kind=Float), | public | :: | elevation |
Z coordinate |
|||
real(kind=Float), | public | :: | northing |
Y coordinate, latitude |
|||
type(CRS), | public | :: | system |
coordinate reference system |
TYPE :: Coordinate REAL (KIND = Float) :: easting !!X coordinate, longitude REAL (KIND = Float) :: northing !!Y coordinate, latitude REAL (KIND = Float) :: elevation !!Z coordinate TYPE (CRS) :: system !!coordinate reference system END TYPE Coordinate